@charset "UTF-8";
/*css初始化*/ 
body, article, aside, blockquote, button, code, dd, dialog, div, dl, dt, fieldset, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, input, legend, li, nav, ol, p, pre, section, td, textarea, th, ul {
    margin: 0;
    padding: 0;
}
body{
    min-width: 1226px;   /*屏幕最小宽度*/
    margin: 0 auto;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color:#333;
    background-color: #fff;
    background: url(../images/bg.png) no-repeat;
}
html, body{
    height:100%;
}
.w {
    width: 1120px;
    margin: 0 auto;
}
/*去掉默认下划线*/
a {
    text-decoration: none;
    color: #333;
    display: block;
}
/*a:hover{
    color: red!important;
}*/
/*去掉默认小圆点*/
ul, li ,ol {
    list-style: none;
}
/*默认字体*/
em, i ,h1, h2, h3, h4, h5, h6 {
    font-style: normal
}
input, button, textarea, select, img ,a{
    outline-style: none;
    border: none;
}
/*去掉边框*/
fieldset{
    border: 0;
}
img{
    /* width: 100%; */
    vertical-align: middle;
}
/*清除table默认样式*/
table {
    border-collapse: collapse;
    border-spacing: 0
}
/*文字超出隐藏...*/
.text_hide{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*清除浮动*/
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
/*左浮动*/
.fl {
    float: left;
}
/*右浮动*/
.fr {
    float: right;
}
/*居中*/
.ct {
    text-align: center;
}
.text_fr{
    text-align: right;
}
.text_fl{

    text-align: left;
}



/* 头部 */
.head{
    height: 40px;
    line-height: 40px;
    /*border-bottom: 1px solid #aec9e9;*/
}
.head .head_left li,.head_right li{
    float: left;
    margin-right: 10px;
}
.head .head_left li a,.head_right li a{
    float: left;
    /*color: #fff;*/
  	color:#666;
}
.head .head_left li img{
    margin-top: -4px; 
}
.head i{
    float: left;
    width: 2px;
    height: 14px;
    background: #666;
    margin-left: 10px;
    margin-top: 13px;
}
/* <!-- logo --> */
.main{
    height: 150px;
}
.main_logo img{
    margin-top: 11px;
}
.main_search{
    width: 332px;
}
.main_search p{
    color: #000;
    margin-top: 42px;
    margin-bottom: 8px;
}
.top-search{
    /*background: #c1dbee;
    background: rgba(197, 219, 230, 0.5);*/
    /*border-radius: 4px;
    padding: 5px;*/
    position: relative;
}
.top-search .magnifier{ position: absolute; left: 20px; top: 10px; }
.top-search form{/*
    width: 350px;
    height: 30px;*/
    width: 332px;
    height: 44px;

}
.top-search .text{
    width: 165px;
    height: 44px;
    line-height: 30px;
    padding-left: 65px;
    padding-right: 102px;
    border-radius:25px;
    box-shadow: 0px 4px 20px #00000030;
}
.top-search .submit{
    width: 100px;
    height: 42px;
    line-height: 42px;
    /*background: url(../images/search.png) no-repeat center;*/
    background-color: #10ade3; 
    position: absolute;
    right:1px;
    top: 1px;
    font-size: 16px;
    color: #fff;
    border-radius:25px;
    
}
/* 导航栏 */
.w_nav{
    height: 44px;
    line-height: 44px;
    background: #10ade3;
}
.w_nav li{
    float: left;
    width: 140px;
    text-align: center;
    font-size: 18px;
}
.w_nav li a{
    color: #fff;
}
.w_nav li a img{
    margin-top: -3px;
}
/* 友情链接 */
.w_link{
    background: #f5f5f5;
    margin: 0 20px;
}
.link_1_show{
    padding: 11px 9px;
}
.link_1_show li{
    cursor:pointer;
    width: 178px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #e7e7e7;
    float: left;
    color: #777777;
    padding: 0 10px;
    background-color: #fff;
    font-size: 16px;
}
.link_1_show li span{
    float: left;
}
.link_1_show li img{
    float: right;
    margin-top: 15px;
}
.link_1_hide ul{
    width: 1078px;
    /*height: 160px;*/
    border: 1px solid #e7e7e7;
    background: #fff;
    display: none;
}
.link_1_hide ul li{
    float: left;
    width: 130px;
    height: 30px;
    line-height: 30px;
    padding: 10px;
}
/* 底部 */
.foot{
    padding: 28px 0;
    background: #fff;
}
.foot_left{
    margin-left: 20px;
}
.foot_left img{
    margin-right: 20px;
    margin-top: 12px;
}
.foot_ct{
    color: #777;
}
.foot_ct_link{
    color: #5ea8dc;
    font-size: 16px;
}
.foot_ct_link a{
    display: inline-block;
    margin-bottom: 16px;
    color: #5ea8dc;
}
.foot_right img{
    margin-right: 20px;
}
